The type field of a cursor record (link) specifies the kind of cursor you want to replace (or restore) using the function QTVRReplaceCursor . You can use these constants to specify a cursor type:
enum {
kQTVRUseDefaultCursor = 0,
kQTVRStdCursorType = 1,
kQTVRColorCursorType = 2
};
| Previous | Chapter Contents | Chapter Top | Next |